(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <exec/types.h>
#include <intuition/intuition.h>
#include <utility/tagitem.h>
#include <libraries/gadtools.h>
struct Gadget * CreateGadgetA()
SYNOPSIS
ULONG kind
struct Gadget * previous
struct NewGadget * ng
struct TagItem * taglist

LOCATION
In GadToolsBase at offset 5
FUNCTION
Creates a gadtools gadget.

INPUTS
kind
kind of gadget. See <libraries/gadtools.h> for a list of all kinds
previous
previous gadget
ng
pointer to struct NewGadget
taglist
additional tags
RESULT
A point to a gadget or NULL to indicate an error.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
09.07.1997 srittau
Added CHECKBOX_KIND. (Don't try to use, yet.)
03.07.1997 srittau
o DrawBevelBoxA() uses now frameiclass, and falls back to self-drawn bevels

o Added CHECKBOX_KIND (doesn't work yet)

01.07.1997 srittau
o Fixes o Hack to make amiga.lib stubs working o BUTTON_KIND does now work
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Removed some stuff that don't belong in a public version
25.03.1997 srittau
Initial revision